Vcenter NamespaceManagement Networks Nsx Projects ListResult

Vcenter NamespaceManagement Networks Nsx Projects ListResult
Vcenter NamespaceManagement Networks Nsx Projects ListResult

The Vcenter NamespaceManagement Networks Nsx Projects ListResult schema represents the result of the GET /vcenter/namespace-management/networks/nsx/projects operation.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "projects": [
        {
            "project": "string",
            "name": "string",
            "description": "string",
            "nsx_path": "string",
            "gateways": [
                {
                    "nsx_gateway_path": "string",
                    "nsx_gateway_name": "string"
                }
            ],
            "edge_clusters": [
                {
                    "edge_cluster_path": "string",
                    "edge_cluster_name": "string"
                }
            ],
            "external_ipv4_blocks": [
                {
                    "path": "string",
                    "name": "string",
                    "cidr": {
                        "address": "string",
                        "prefix": 0
                    },
                    "available_ip_ranges": [
                        {
                            "address": "string",
                            "count": 0
                        }
                    ],
                    "used_ip_count": 0,
                    "available_ip_count": 0
                }
            ],
            "default_project": false,
            "vpc_connectivity_profiles": [
                {
                    "profile": "string",
                    "name": "string",
                    "nsx_path": "string"
                }
            ]
        }
    ]
}
projects
Required

List of all NSX projects.

This property was added in vSphere API 9.0.0.0.